projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842cc0e
)
Don't mkdir cpp.
author
Dave Love
<fx@gnu.org>
Fri, 30 Oct 1998 19:00:25 +0000
(19:00 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 30 Oct 1998 19:00:25 +0000
(19:00 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7686b43c64ffc9ff5534344f534ffdb500cfc75b..695cdbd16fc041c8da34b21ff24ad09eebe4d54f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1867,7
+1867,7
@@
AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
leim/Makefile, [
### Make the necessary directories, if they don't exist.
-for dir in
cpp
etc lisp ; do
+for dir in etc lisp ; do
test -d ${dir} || mkdir ${dir}
done